styleproperty: Make _gtk_style_property_parse_value() return a CssValue
authorBenjamin Otte <otte@redhat.com>
Mon, 26 Mar 2012 15:24:02 +0000 (17:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:11 +0000 (08:59 +0200)
commit9b7640b898c61eb4ff49140880f2bb2b70eb9f0b
tree8549d2c0d73a7a70859210283ade4802e4d2f41e
parent718ceaec450947b77a52318647a972591d183b5c
styleproperty: Make _gtk_style_property_parse_value() return a CssValue

Also split out initial/inherit handling into a custom GtkCssValue class.
20 files changed:
gtk/Makefile.am
gtk/gtkcsscomputedvalues.c
gtk/gtkcsscustomproperty.c
gtk/gtkcssinheritvalue.c [new file with mode: 0644]
gtk/gtkcssinheritvalueprivate.h [new file with mode: 0644]
gtk/gtkcssinitialvalue.c [new file with mode: 0644]
gtk/gtkcssinitialvalueprivate.h [new file with mode: 0644]
gtk/gtkcssprovider.c
gtk/gtkcssshorthandproperty.c
gtk/gtkcssshorthandpropertyimpl.c
gtk/gtkcssshorthandpropertyprivate.h
gtk/gtkcssstylefuncs.c
gtk/gtkcssstyleproperty.c
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcssstylepropertyprivate.h
gtk/gtkcsstypesprivate.h
gtk/gtkcssvalue.c
gtk/gtkcssvalueprivate.h
gtk/gtkstyleproperty.c
gtk/gtkstylepropertyprivate.h